-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 明细表-列分组增加 rowSpan 配置项, 用来支持自定义合并单元格 close #2150 #2159
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2159 +/- ##
==========================================
- Coverage 76.48% 76.43% -0.06%
==========================================
Files 240 240
Lines 12312 12410 +98
Branches 2630 2659 +29
==========================================
+ Hits 9417 9485 +68
+ Misses 1377 1371 -6
- Partials 1518 1554 +36
☔ View full report in Codecov by Sentry. |
请增加一个相应的 demo 和对应的单测 |
0de7a1b
to
4ae5765
Compare
f5b8229
to
5b89709
Compare
已经增加了示例 demo: http://localhost:8000/examples/basic/table#table-column-group-customize-cell |
单测也加上了 |
37c4d90
to
1fdd091
Compare
👀 PR includes
✨ Feature
🎨 Enhance
🐛 Bugfix
🔧 Chore
📝 Description
让明细表的列分组支持自定义合并单元格
🖼️ Screenshot
文档更新:
🔗 Related issue link
close #2150
🔍 Self-Check before the merge